/*搜索*/
.sou_shuo20220413231056 {
	font-size: 18px;
	/*color: #fff;*/
}
.sou_shuo20220413231056_dropdown{
	width: 100%;
	max-height:1px;
	position: absolute;
	top:50px;
	left: 0px;
	background-color:#FFF;
	visibility:hidden;
	color: #333;
}
.sou_shuo20220413231056_dropdown input{
display: block;
width: 80%;
font-size: 1.8rem;
line-height: 2.2;
color: #1c1c1c;
background: transparent;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
outline: none;
}
.sou_shuo20220413231056_is_open{
	visibility:visible;
	max-height:190px;
	padding: 50px 20px 50px 20px;
}
.sou_shuo20220413231056_bottom_line {
	border-bottom: 1px solid #1c1c1c;
}
/*END搜索*/